var net/http.http2errChanPool

3 uses

	net/http (current package)
		h2_bundle.go#L4203: var http2errChanPool = sync.Pool{
		h2_bundle.go#L4209: 		return http2errChanPool.Get().(chan error) // Server used without calling ConfigureServer
		h2_bundle.go#L4216: 		http2errChanPool.Put(ch) // Server used without calling ConfigureServer